
.box1{
    background: #fff;
    box-shadow: 0 0 5px #bababa;
    text-align: center;
    overflow: hidden;
    position: relative; margin-top:20px;
}
.box1 img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out 0.2s;
}
.box1:hover img{
    transform: scale(0);
    transition-delay: 0s;
}
.box1 .box-content{
    width: 100%;
    height: 100%;
    background: #185BA1;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease-in 0s;
}
.box1:hover .box-content{
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
}
.box1 .title{
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
.description{
    font-size: 11px;
     font-family: '微软雅黑',宋体;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.description p{
    font-size: 11px;
     font-family: '微软雅黑',宋体;
    line-height: 20px;
}

.box1 .read{
    display: inline-block;
    font-size: 14px; line-height:30px; 
    color: #000;
    background: #fff;
    padding: 0;padding-left:15px; padding-right:15px;
    text-transform: capitalize;
}
.text{ margin:0 auto; padding:0; padding-bottom:10px; padding-top:10px; width:100%; height:auto; font-size:14px;font-family:Arial;text-decoration:none;line-height:20px; text-align:center; color:#666;font-family: '微软雅黑',宋体;}
.text a{ font-size:14px;text-decoration:none;line-height:20px; text-align:center; color:#666;font-family: '微软雅黑',宋体;}
.text a:hover{ text-decoration:underline;}


.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}


.container{ margin:0 auto; padding:0; width:100%; height:auto;}

@media (min-width:768px){.container{width:100%; }
}
@media (min-width:992px){.container{width:100%; }
}
@media (min-width:1200px){.container{width:100%;}
}
.container-fluid{margin-right:auto;margin-left:auto;}
.row{ margin:0; padding:0;}
.col-md-4{ width:31%; margin:1%; float:left;}
@media only screen and (max-width: 990px){
    .box1{ margin-bottom: 20px; }
}
@media only screen and (max-width: 860px){
    .box1 .box-content{ padding: 20px; }
	.col-md-4{ width:46%; margin:2%; float:left;}

}

@media only screen and (max-width: 540px){
    .box1 .box-content{ padding: 20px; }
	.col-md-4{ width:96%; margin:2%; float:left;}

}
@media only screen and (max-width: 359px){
    .box1 .box-content{ padding: 10px; }
}
